Function DISPLAY_FILTER_BANK_2D

Package

display

Short description

Display all the fine-resolution filters of the filter

Usage

	big_img = DISPLAY_FILTER_BANK_2D(filters, renorm, n)

Input

    filters (cell of struct): filter banke from a wavelet factory (for 
    instance).
    r (bool): renormalize the filters for display or not.
    n (numeric): cropping size, only for 'fourier_multires' type of
    function. Not required for spatial support filters.

Output

    big_img (numeric): displayed filter bank.

Description

    Display the real and imaginary part of a filter bank and returns it.

See also

List of all packages